-
Code: // get value of id that sent from address bar $id=filter_input(INPUT_GET, ‘id’, FILTER_VALIDATE_INT); if ($id === false) { //filter …
- 448 views
- 1 answers
- 0 votes
-
I’m trying to reach an object outside a PROMISE .then() method but when i’m calling the function outside the scope …
- 439 views
- 2 answers
- 0 votes
-
i am making a simple search autocomplete app which search cities and it’s information. the problem is when clicked on …
- 351 views
- 1 answers
- 0 votes
-
I am wondering what the standard way is to allow for JS to fetch from multiple possible locations. In my …
- 370 views
- 1 answers
- 0 votes
-
i have this code that checks if the user has logged in or not, if the user has not logged …
- 362 views
- 1 answers
- 0 votes
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 373 views
- 0 answers
- 0 votes
-
I have had a hunt arround but can’t seem to find an answer that works. I am following Dennis Ivy’s …
- 417 views
- 0 answers
- 0 votes